home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************
- µCinema Converter 1.0
- module: µCinema.h
- April 1994
- by John A. Schlack
- ********************************************************************/
-
- #pragma once
-
-
- void errorHandler( short stringNum );
- void errorHandlerParameter( short stringNum, unsigned char * message );
- void installProgramStatus( short pgmBit );
- Boolean programStatus( short pgmBit );
- void alterProgramStatus( short pgmBit, Boolean setBit );
-